home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / fssharea / readme.txt < prev    next >
Encoding:
Text File  |  1998-09-19  |  638 b   |  13 lines

  1. This example demonstrates how to pass data between applications
  2. without the need of DDE, Clipboard, or other OLE technologies.
  3. First load the server application and then click on the client
  4. button.  Notice in the client application the first two labels
  5. contain information the server applicatin saved.  Now type in
  6. some text in the textbox in the client application.  Take a
  7. look at the server application and see how its getting updated
  8. with the data you just typed in.  Don't forget to take a look
  9. at the source code.
  10.  
  11. This demonstration was written in Visal Basic 5. fsShare fully supports 
  12. 32-bit Visual Basic 4, 5 and 6.
  13.